home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / NTS CD Manager 4.4 / CDMan4_4.exe / 0 / RCDATA / TPREVODFORM / TPREVODFORM.txt < prev   
Text File  |  2002-04-24  |  3KB  |  142 lines

  1. object PrevodForm: TPrevodForm
  2.   Left = 248
  3.   Top = 107
  4.   Width = 417
  5.   Height = 231
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'P'#345'evod datab'#225'ze'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 0
  23.     Width = 129
  24.     Height = 129
  25.     Caption = 'Odkud/Kam:'
  26.     TabOrder = 0
  27.     object RadioButton1: TRadioButton
  28.       Left = 8
  29.       Top = 16
  30.       Width = 113
  31.       Height = 17
  32.       Caption = 'v 3.x -> v. 4.0'
  33.       Checked = True
  34.       TabOrder = 0
  35.       TabStop = True
  36.     end
  37.     object RadioButton2: TRadioButton
  38.       Left = 8
  39.       Top = 32
  40.       Width = 113
  41.       Height = 17
  42.       Caption = 'v 4.0-3 -> v. 4.4'
  43.       TabOrder = 1
  44.     end
  45.   end
  46.   object Button1: TButton
  47.     Left = 328
  48.     Top = 136
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Start'
  52.     Default = True
  53.     TabOrder = 1
  54.     OnClick = Button1Click
  55.   end
  56.   object GroupBox2: TGroupBox
  57.     Left = 144
  58.     Top = 0
  59.     Width = 257
  60.     Height = 49
  61.     Caption = 'Cesta k datab'#225'zi:'
  62.     TabOrder = 2
  63.     object Button2: TButton
  64.       Left = 229
  65.       Top = 17
  66.       Width = 20
  67.       Height = 20
  68.       Caption = '...'
  69.       TabOrder = 0
  70.       OnClick = Button2Click
  71.     end
  72.     object Edit1: TEdit
  73.       Left = 8
  74.       Top = 16
  75.       Width = 217
  76.       Height = 21
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clMaroon
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       TabOrder = 1
  84.     end
  85.   end
  86.   object GroupBox3: TGroupBox
  87.     Left = 144
  88.     Top = 56
  89.     Width = 257
  90.     Height = 73
  91.     Caption = 'Zm'#283'na form'#225'tu datab'#225'ze:'
  92.     TabOrder = 3
  93.     object Gauge1: TGauge
  94.       Left = 8
  95.       Top = 40
  96.       Width = 241
  97.       Height = 15
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clNavy
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = [fsBold]
  103.       ParentFont = False
  104.       Progress = 0
  105.     end
  106.     object Label1: TLabel
  107.       Left = 8
  108.       Top = 16
  109.       Width = 60
  110.       Height = 13
  111.       Caption = 'Aktu'#225'ln'#237' CD:'
  112.     end
  113.     object Label2: TLabel
  114.       Left = 80
  115.       Top = 16
  116.       Width = 13
  117.       Height = 13
  118.       Caption = '---'
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clNavy
  121.       Font.Height = -11
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = [fsBold]
  124.       ParentFont = False
  125.     end
  126.   end
  127.   object Button3: TButton
  128.     Left = 328
  129.     Top = 168
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'OK'
  133.     ModalResult = 1
  134.     TabOrder = 4
  135.   end
  136.   object OpenDialog1: TOpenDialog
  137.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  138.     Left = 120
  139.     Top = 8
  140.   end
  141. end
  142.